home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / Demos_Demo folder / Demos_Info folder / Demos™ Demonstration / Demos Help / Demos Help.rsrc / STR#_2004.txt < prev    next >
Text File  |  1994-03-09  |  1KB  |  23 lines

  1. Returns the variance of x if probabilistic.  If not probabilistic, it returns 0.
  2.  
  3. Returns a table including the mid, mean, minimum, maximum and standard deviation of x.
  4.  
  5. Estimates the standard deviation of x from its sample if probabilistic.  If not probabilistic, it returns 0.
  6.  
  7. Returns the sample (probabilistic value) of x. Sample forces probabilistic evaluation in contexts where it would otherwise be evaluated deterministically.
  8.  
  9. Returns the rank-order correlation(s) of distributions x and y, which is the relative strength of the distribution(s) in x contributing to the uncertainty distribution(s) in y.
  10.  
  11. Returns values of x to which it is less than or equal at probabilities 5%, 25%, 50%, 75% and 95%.
  12.  
  13. Returns the mid (deterministic) value of x. Mid forces deterministic evaluation in contexts where it would otherwise be evaluated probabilistically.
  14.  
  15. Returns the mean value of x if it is a probabilistic value.
  16.  
  17. Returns the value of x to which it is less than or equal, at probability or probabilities y.
  18.  
  19. Returns the frequency of discrete values i of uncertain variable x.
  20.  
  21. Returns the correlation of uncertainty between x and y, from -1 to 1.
  22.  
  23.